github.com/klauspost/compress/zstd.dict.ID (method, view implemented interface methods)

3 uses

	github.com/klauspost/compress/zstd (current package)
		dict.go#L30: func (d *dict) ID() uint32 {
		encoder.go#L254: 			DictID:        e.o.dict.ID(),
		encoder.go#L563: 		DictID:        e.o.dict.ID(),